home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource3 / 156_01 / args.h < prev    next >
Text File  |  1985-08-21  |  256b  |  9 lines

  1. #asm
  2.  GLOBAL QGETARG ;getarg(n,s,size)
  3. ;        /* places in s the n-th argument (assumes s 
  4. ;            has size bytes). Returns s.    */
  5.  GLOBAL QSETARGS ;setargs()    /* fetch arguments */
  6.  GLOBAL QSTDIN
  7.  GLOBAL QSTDOUT
  8. #endasm
  9.